LEADTOOLS WebForms and AJAX (Leadtools.Web.Services assembly)

ServiceStreamer<TStreamedData,TServiceState> Class

Show in webframe



Members 
The user type returned from the called web service.
User state information.
Provides a generic implementation for streaming data from web services and synchronizing with the UI (user interface) updates.
Object Model
Syntax
'Declaration
 
Public MustInherit Class ServiceStreamer
    (Of TStreamedData,TServiceState) 
public abstract class ServiceStreamer<TStreamedData,TServiceState> 
generic<typename TStreamedData>
generic<typename TServiceState>
public ref class ServiceStreamer abstract 
Type Parameters
TStreamedData
The user type returned from the called web service.
TServiceState
User state information.
Remarks

This is an abstract class which you need to override and implement the abstract methods in order to use. The class allows inheritors to specify the number of concurrent web calls they want make at once and synchronizes this with updating the UI with the streamed data.

Requirements

Target Platforms

See Also

Reference

ServiceStreamer<TStreamedData,TServiceState> Members
Leadtools.Web.Services Namespace

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.